projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d5078
)
(define-ibuffer-column): Don't create a third argument for the
author
Colin Walters
<walters@gnu.org>
Sun, 9 Jun 2002 00:20:12 +0000
(
00:20
+0000)
committer
Colin Walters
<walters@gnu.org>
Sun, 9 Jun 2002 00:20:12 +0000
(
00:20
+0000)
generated function.
lisp/ibuf-macs.el
patch
|
blob
|
history
diff --git
a/lisp/ibuf-macs.el
b/lisp/ibuf-macs.el
index ac6bc5bae3b08e72e69adb6abf39052af96a8b4e..f32410aa8689a2e2b5d491cdcc7a3b9734291532 100644
(file)
--- a/
lisp/ibuf-macs.el
+++ b/
lisp/ibuf-macs.el
@@
-105,7
+105,7
@@
change its definition, you should explicitly call
`(progn
,(if inline
`(push '(,sym ,bod) ibuffer-inline-columns)
- `(defun ,sym (buffer mark
ibuffer-buf
)
+ `(defun ,sym (buffer mark)
,bod))
(put (quote ,sym) 'ibuffer-column-name
,(if (stringp name)